projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40f245a
)
* net/tramp-uu.el: Move coding cookie at the end.
author
Michael Albinus
<michael.albinus@gmx.de>
Wed, 19 Mar 2008 21:03:07 +0000
(21:03 +0000)
committer
Michael Albinus
<michael.albinus@gmx.de>
Wed, 19 Mar 2008 21:03:07 +0000
(21:03 +0000)
lisp/net/tramp-uu.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp-uu.el
b/lisp/net/tramp-uu.el
index cc414ef9e8b39fe32579af7dfa148efbaa861a57..ff24a3ec87788098ffc286a5f4f90f296db85ebc 100644
(file)
--- a/
lisp/net/tramp-uu.el
+++ b/
lisp/net/tramp-uu.el
@@
-1,5
+1,4
@@
;;; tramp-uu.el --- uuencode in Lisp
-;;; -*- coding: utf-8; -*-
;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007,
;; 2008 Free Software Foundation, Inc.
@@
-90,3
+89,8
@@
;;; arch-tag: 7153f2c6-8be5-4cd2-8c06-0fbcf5190ef6
;;; tramp-uu.el ends here
+
+;; Local Variables:
+;; mode: Emacs-Lisp
+;; coding: utf-8
+;; End: